home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12850 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  947 b 

  1. Path: keats.ugrad.cs.ubc.ca!not-for-mail
  2. From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: enhanced time_t value before 1970...?
  5. Date: 2 Apr 1996 18:13:29 -0800
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Message-ID: <4jsms9INNrqe@keats.ugrad.cs.ubc.ca>
  8. References: <31601B46.4287@tulsa.lgc.com>
  9. NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
  10.  
  11. In article <31601B46.4287@tulsa.lgc.com>,
  12. Glenn Carr  <gcarr@tulsa.lgc.com> wrote:
  13. >We're using a routine from an X/Motif widget vendor, KL Group, that
  14. >converts a time string to a time_t value (i.e., the number of
  15. >seconds since 12/31/1969), with the added ability to return a
  16. >negative time_t for dates before epoch.  We'd like to use this
  17. >algorithm, but it's proprietary :-(.  Does anyone have a solid
  18. >algorithm for doing this?
  19.  
  20. Maybe the GNU C library can handle it, or can be massaged into doing it: 
  21.  
  22. ftp://prep.ai.mit.edu/glibc*
  23. -- 
  24.  
  25.